|m|########################################################################
class %(name)s:
	"""%(@purpose|string(512))s"""

	#----------------------------------------------------------------------
	def __init__(self):
		"""Constructor"""
		
		|!|
    
	